home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / DTS Sample Code / Macintosh Sample Code / SC.018.StdFile / CStdFile.make < prev    next >
Encoding:
Text File  |  1989-04-01  |  829 b   |  39 lines  |  [TEXT/MPS ]

  1. #
  2. #    Apple Macintosh Developer Technical Support
  3. #
  4. #    Standard File Sample Application
  5. #
  6. #    StdFile
  7. #
  8. #    CStdFile.make    -    Make Source
  9. #
  10. #    Copyright © 1989 Apple Computer, Inc.
  11. #    All rights reserved.
  12. #
  13. #    Versions:    
  14. #                1.00                04/89
  15. #
  16. #    Components:
  17. #                StdFile.c            April 1, 1989
  18. #                StdFile.p            April 1, 1989
  19. #                StdFile.h            April 1, 1988
  20. #                StdFile.r            April 1, 1988
  21. #                StdFile.rsrc        April 1, 1988
  22. #                CStdFile.make        April 1, 1989
  23. #                PStdFile.make        April 1, 1988
  24. #
  25.  
  26. CObjs        = StdFile.c.o ∂
  27.         "{CLibraries}"CRuntime.o ∂
  28.         "{CLibraries}"CInterface.o ∂
  29.         "{Libraries}"Interface.o
  30.  
  31. CStdFile    ƒƒ {CObjs} CStdFile.make
  32.         Link -o {Targ} {CObjs}
  33.         SetFile {Targ} -t APPL -c 'MOOS' -a B
  34.  
  35. CStdFile    ƒƒ StdFile.r StdFile.rsrc CStdFile.make
  36.           Rez -rd -o {Targ} StdFile.r -append -d AppName='"CStdFile"'
  37.  
  38. StdFile.c.o    ƒƒ CStdFile.make
  39.